home *** CD-ROM | disk | FTP | other *** search
- #ifndef KLUDGE
- #define KLUDGE
-
- #import <objc/Object.h>
- #import <streams/streams.h>
-
- typedef unsigned long pixel;
-
- NXStream *pcx_openr(char *name);
- void pcx_init(int argc, char *argv[]);
- void pcx_usage(char *mes);
- id pcx_close(NXStream *file);
- void pcx_error(char *err);
- id pcx_allocarray(int width, int height);
- void PCX_ASSIGN(int x, int y, unsigned char r, unsigned char g, unsigned char b);
-
- #endif